* dbus.texi (Receiving Method Calls): New defun
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 16 Nov 2009 14:29:30 +0000 (14:29 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 16 Nov 2009 14:29:30 +0000 (14:29 +0000)
`dbus-unregister-service'.

doc/misc/dbus.texi

index b4dc42ec3efc892d12cd595a502a1e7f36e7c570..338d7e14ee4cfc1c5960d2b8d7be0e82a704fe05 100644 (file)
@@ -29,6 +29,7 @@ developing GNU and promoting software freedom.''
 
 @contents
 
+
 @node Top, Overview, (dir), (dir)
 @top D-Bus integration in Emacs
 
@@ -1460,6 +1461,18 @@ registered for the respective service, Emacs releases its association
 to the service from D-Bus.
 @end defun
 
+@defun dbus-unregister-service bus service
+Unregister all objects from D-Bus @var{bus}, registered by Emacs for
+@var{service}.
+
+@var{bus} is either the symbol @code{:system} or the symbol
+@code{:session}.
+
+@var{service} is the D-Bus service name of the D-Bus.  It must be a
+known name.  Emacs releases its association to @var{service} from
+D-Bus.
+@end defun
+
 
 @node Signals
 @chapter Sending and receiving signals.